carbonmetrics

Results 9 issues of 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"...

library
linux
gtk
startup
ubuntu
first-time

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...

question
doc

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: ![Screenshot 2023-11-13 at 16 55 30](https://github.com/robert-dodier/maxima-jupyter/assets/40055991/61b7a035-3cc0-413a-be17-43b6a50e07bd) Repo2docker: ![Screenshot 2023-11-13 at 16 58...

Not a bug, but the documentation for 'using dates effectively' should definitely use the [recurrence feature](https://taskwarrior.org/docs/recurrence/). The birthday example is a classic example of something that recurs, but it's not...

topic:recurrence

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')`...