jc-usda
jc-usda
I work with a package that a very simple function `get_bbox_vector` returning a vector from a bounding box. This function will fail (obviously) if package sf is not installed -...
Sure. It is on github, but private. This function is quite simple. The full R with roxygen2 looks like: ```r #' Get Bounding Box Vector #' #' Extracts the bounding...
yeah.if you see my screenshot earlier from R Studio. The Run Examples is a link . If you put "Run Examples" and you have sf installed, it works like so:...
huh. I feel like most savvy users would quickly understand that an error where it is looking for a file in a package and failed to be an error of...
The behavior in the console is the same as if you click on "Run Examples" in the Help/Documentation in RStudio. I pasted images above for what you get if you...
Yes. I agree that this example that I am giving is a bit of a silly one. I was just trying to expand on the 'what is the purpose of...
I had the same problem In my case it was because I was following 'sites' that were for 'channels' that have been deleted. The solution, for me, was to go...