Kevin F.A. Darras
Kevin F.A. Darras
clarified that one needs to navigate to the cloned folder and added a space after chmod
In the batdetect2 version we are using, there is a typo for the Western barbastelle: it should read "Barbastella barbastellus" instead of "Barbastellus barbastellus".
``` ggplot(iris,aes(Petal.Length,Sepal.Width))+ geom_point()+ coord_trans(x="sqrt")+ theme(axis.line.x = element_line(color="black")) ```  ``` iris$Petal.Length[1]=0 ggplot(iris,aes(Petal.Length,Sepal.Width))+ geom_point()+ coord_trans(x="sqrt")+ theme(axis.line.x = element_line(color="black")) ```  I believe the axis line should stay preserved, since sqrt(0)=0, or...
- [X] This is a **bug**, not a question or a configuration issue. - [X] This issue is **not** already reported on Github (I've searched it). - [X] Nextcloud Server...