You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using my package here and there, this should be sanitized of geneorama functions. The only really important function is the shift function, which has a data.table analogue, but I wrote my version first and our versions are different. So that could be confusing if geneorama were not available.
Functions being used:
loadinstall_libraries - loads libraries, installs them if they're missing. This is only for convenience when testing on different machines. This can be changed to library (although we might need to add some error handling for the script that's using rgdal, which isn't installed on the development server).
shift - basically a lag operator. I'll just make a copy of the function in this project.
sourceDir - sources all the files in a directory, I'll just make a copy of this function in the project
naSummary - Summarizes NA and unique values in a dataset - I can just make a copy of this function
Other convenience functions like clipper and the one that writes temp files can be omitted completely.
I think there might be some other functions in geneorama which are already copied into the project, like the ones that translate between xy coordinates and lat / lon
I'm using my package here and there, this should be sanitized of geneorama functions. The only really important function is the
shift
function, which has adata.table
analogue, but I wrote my version first and our versions are different. So that could be confusing if geneorama were not available.Functions being used:
loadinstall_libraries
- loads libraries, installs them if they're missing. This is only for convenience when testing on different machines. This can be changed tolibrary
(although we might need to add some error handling for the script that's usingrgdal
, which isn't installed on the development server).shift
- basically a lag operator. I'll just make a copy of the function in this project.sourceDir
- sources all the files in a directory, I'll just make a copy of this function in the projectnaSummary
- Summarizes NA and unique values in a dataset - I can just make a copy of this functionclipper
and the one that writes temp files can be omitted completely.The shift function:
The text was updated successfully, but these errors were encountered: