Till Francke
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)....
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.  ``` do_plot = function() #do a boxplot with constrained y-axis { boxplot(testdata, ylim=c(0.4, 2), col="grey") } #create test data...
Teh obakect returned by getCellStyle() is not a cell style-object. Code used from example of getCellStyle(): ` wb
setCellStyle(cell.1, cellStyle1) should be setCellStyle(cell.1, cs)
After flawsless operation for month I get the following error message:  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...