file handler of .Rbuildignore
Rbuildignore
01 Syntax
SMRUCC.Rsharp.Development.Package.File.Rbuildignore
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| IsFileIgnored | 1 | |
| CreatePatterns | 1 | create a file name matches pattern 1. |
03 Members
IsFileIgnored(
String)Parameters
| Name | Type | Description |
|---|---|---|
relpath | String | a relative path to the directory of DESCRIPTION meta data file. |
CreatePatterns(
String)create a file name matches pattern
- a regular expression pattern should start with symbol
^and ends with the symbol$ - a relative file path pattern just required a relative file path to a specific file
- comment line start with the
#symbol
Parameters
| Name | Type | Description |
|---|---|---|
file | String | a text file its file path or the content data text itself |