rstats
Here are 3,883 public repositories matching this topic...
With a config like this
{
"METAFLOW_DATASTORE_SYSROOT_S3": "s3://mf-test/metaflow/",
}
(note a slash after METAFLOW_DATASTORE_SYSROOT_S3)
metaflow.S3(run=self).put* produces double-slashes like here:
s3://mf-test/metaflow//data/DataLoader/1630978962283843/month=01/data.parquet
The trailing slash in the config shouldn't make a difference
-
Updated
Oct 7, 2021 - R
-
Updated
Jan 9, 2022 - R
-
Updated
Dec 8, 2021 - R
-
Updated
Sep 24, 2021 - R
It would be great to mention this in the relevant chapter: https://github.com/walkerke/crsuggest
Specifically it would fit perfectly here: https://geocompr.robinlovelace.net/reproj-geo-data.html#which-crs-to-use
Heads-up @walkerke, awesome package, let me know if you've any comments/suggestions on describing the package and thanks for developing it!
-
Updated
Jul 21, 2021 - R
-
Updated
Jan 10, 2022 - HTML
-
Updated
Dec 5, 2021 - R
-
Updated
Nov 22, 2021 - R
-
Updated
Jan 11, 2022 - R
Unlike all the existing charts that graph a string (most likely) against a number, this graphs numbers on both axises. So in addition to the configuration changes needed for passing the right field to chartjs, the PR for this should also change the "preferred type" to "number" for the x axis when the chart type is scatter plot.
#108 could have been prevented if knit_print tests captured this breaking change.
Adding test examples checking for knit_print output should provide reasonably detailed tests for brief_entries(), detailed_entries() and bibliography_entries() outputs.
-
Updated
Dec 11, 2021 - R
-
Updated
Sep 30, 2021 - R
-
Updated
Mar 6, 2021 - R
-
Updated
Nov 22, 2021 - R
-
Updated
Jan 3, 2022 - R
-
Updated
Jan 13, 2022 - R
Improve this page
Add a description, image, and links to the rstats topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the rstats topic, visit your repo's landing page and select "manage topics."
In recent versions (can't say from exactly when), there seems to be an off-by-one error in dcc.DatePickerRange. I set
max_date_allowed = datetime.today().date(), but in the calendar, yesterday is the maximum date allowed. I see it in my apps, and it is also present in the first example on the DatePickerRange documentation page.E