Results 3 issues of Sindri

```r v = "yes–no" ``` Results in (when I use ctrl+enter to send to console): ```r v = "yesno" ``` I'm using Windows 10 and R 4.2.1.

bug

```r if(any(nchar(names(x)) > 31)){ warning("Truncating sheet name(s) to 31 characters") names(x)

Using a Python script with create_dataset() I created a [a new dataset on `demo.dataverse.org`](https://demo.dataverse.org/dataset.xhtml?persistentId=doi%3A10.70122%2FFK2%2F4S42UT&version=DRAFT) (and one more dataverse server). ```Python api = Api(base_url = dvserver, api_token = dvtoken) api.create_dataset("1", dsmd)...

type:bug
info:beginner
pkg:api
prio:asap
status:confirmed