carbonmetrics
carbonmetrics
iI am trying to run a fresh factor installation on a fresh Ubuntu Mate installation. Running `./factor` after unpacking the binary gives: ``` Cannot resolve C library function Library: DLL"...
I am trying the [example code](https://github.com/rte-antares-rpackage/manipulateWidget) after installing `manipulateWidget` from GitHub. This code fails because the example dataset is not found, where can I find it? ``` library(manipulateWidget) library(dplyr) library(ggplot2)...
I have installed Yacas 1.9.2 on a Ubuntu Mate system 20.04 via `sudo apt-get install yacas-kernel` after adding the ppa from the [download site](http://www.yacas.org/getting_started/downloads/) and updating. I don't get the...
I am trying out the new [Radix for R Markdown](https://rstudio.github.io/radix/). The citations do not work very well for me. All titles have curly braces around them, and names with special...
I am on a Mac M1 with Docker running, Jupyter installed with --user option and working. Local install:  Repo2docker: . The birthday example is a classic example of something that recurs, but it's not...
Thank you for making this package available! I have two feature requests. First, the lines from the main timeline to the labels are pretty dark grey and interfere with the...
Is there a way to align the footnotes with the rest of the backmatter? Example: https://rstudio.github.io/distill/
the [documentation](https://rspatial.org/raster/sdm/7_sdm_NULLmodels.html) refers to `maptools` but this library has been removed from CRAN. so, this doesn't work anymore: ``` library(maptools) data(wrld_simpl) ``` apart from this, the line `plot(ds, main='Geographic Distance')`...