-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
Description
I am not able to compile the ClimObject package correctly, since the R files contained in the "Climate Methods" folder are not loaded when building the package. (I guess all .R files have to be saved in the default "R" folder): Therefore I am going to add the new methods (windrose, timeseries and histogram) into the "R" file. When doing so, the methods can be run without problems after compiling. This also allows the creation of documentation using "roxygen".
Let me know if you know how to compile the R package, so that the methods saved in the "Climate Methods" are also loaded.
Also, I would avoid "blank spaces" in the name of the folders. I suggest to use "climate_methods" instead of "Climate Methods"