[R] Package Build Recommendations
Charles Determan
cdetermanjr at gmail.com
Wed May 6 19:13:17 CEST 2015
Hi Glenn,
Generally data files are stored in the 'data' directory. If you visit
Hadley's R packages site on the data page (http://r-pkgs.had.co.nz/data.html)
this is described quite clearly. You can use the devtools package
functions like `use_data` to have data files properly stored in your
package.
Cheers,
Charles
On Tue, May 5, 2015 at 7:16 PM, Glenn Schultz <glennmschultz at me.com> wrote:
> Hi All,
>
> I have my R package built and it passes the CRAN tests. Now, I have a
> question. The file structure is not standard. There are addition data
> files as follows outlined below. Each, if you will, represents separation
> of concerns with respect to structured securities like MBS and REMICs
> (CMOs). They referenced via connection in the software via a connection
> string ~/users/BondLab. I am looking for recommendations to create the
> directory and copy the appropriate folders with their data to a user
> directory on install. Any help will be appreciated.
>
> Glenn
>
> BondData
> Groups
> PrepaymentModel
> REMIC
> RDME
> RAID
> RatesData
> Scenario
> Schedules
> Tranches
> Waterfall
>
> ______________________________________________
> R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide
> http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
>
[[alternative HTML version deleted]]
More information about the R-help
mailing list