Till Francke

Results 14 issues of Till Francke

Thanks for your package! Based on your file testhat.R, I isolated a simple testcase which works as expected in serial mode, or when parallelized with parallelStartLocal() or parallelStartMulticore() (Linux only)....

question

A boxplot with constrained y-axis fills the box only partially. ``` do_plot = function() #do a boxplot with constrained y-axis { boxplot(testdata, ylim=c(0.4, 2), col="grey") } #create test data set.seed(seed...

A boxplot with constrained y-axis fills the box only partially. ![half_box](https://user-images.githubusercontent.com/11060560/45740502-b69e2800-bbf5-11e8-8cd5-16255ea2be23.png) ``` do_plot = function() #do a boxplot with constrained y-axis { boxplot(testdata, ylim=c(0.4, 2), col="grey") } #create test data...

...but is mentioned in the help of CellStyle()

doc

Teh obakect returned by getCellStyle() is not a cell style-object. Code used from example of getCellStyle(): ` wb

bug

setCellStyle(cell.1, cellStyle1) should be setCellStyle(cell.1, cs)

bug

After flawsless operation for month I get the following error message: ![Screenshot_20230622-081324_AccA](https://github.com/MatteCarra/AccA/assets/11060560/70903747-6a9c-4535-bb98-68a1fb966789) As much as I would like to track down the error, neither do I know whre I can...

I tried to update an existing file in a new draft of a published data repository (https://b2share.eudat.eu/records/1b97449043954b38b7637ffa4911631f). The file gnss-r.zip is relatively large (1.4 GB), but all options fail: -...

Currently, the records I draft or publish can only be modified by myself. Allowing multiple persons to edit / draft B2SHARE-records would greatly facilitate collaboration in joint data publications.

Below the lowermost form field of the meta-data form, a button "Show more details" expands more fields. Among them is the group "Spatial coverages". It apparently allows to specify the...