-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Academic writing made easy-your title #1
Comments
Hello, I can't use the command blogdown::build_site(build_rmd = TRUE) because R tells me the following: Error: module "hugo-theme-minima-gisma" not found; either add it as a Hugo Module or store it in "D:\R-4.1.2\themes".: module does not exist but when I change my working directory (edu -> agis -> blogdown), the following happens: "Rendering content/post/2020-12-01-r-rmarkdown/index.Rmd... Fehler in setwd(dirname(input)) : kann Arbeitsverzeichnis nicht wechseln Thanks for suggestions! Best regards |
@SedaBekar did you tick the checkbox |
@gisma I just copied "themes" with the hugo-minima-gisma into my current working directory, which is D:/R-4.1.2. My folder "blogdown" is also installed there but the installation only works, if I copy "themes" outside of the actual folder. After that, it just worked fine but then blogdown::build_serve() is not working: Error: 'build_serve' is not an exported object from 'namespace:blogdown' And yes, I ticked "open in new session" and I also created a unique folder for the project but it's still not working properly. |
@SedaBekar hmm I don't get the point. You did use the decribed approach using the menu structure? |
@gisma I basically followed all of the instructions but it's still not working. Git also seems to not be working with my RStudio properly. And even after using the correct syntax with the three colons R still says "Error: object 'build_serve' not found". I am not sure what could cause the problems since I did everything in the same order. I will further look into it, maybe I will come across a solution. Thanks! |
@SedaBekar pls try the following:
blogdown::new_site(dir = "~/edu/tmp/myblog", theme = "gisma-courses/hugo-theme-minima",to_yaml = TRUE,sample = TRUE,theme_example = TRUE) Use then Addinns and serve the site. |
@gisma I did the following and I am stumbling upon this error after using addinns and serving the site: Error in site_root(config, .site_dir) : Maybe it has something to do with my working directory. I moved my absolute working directory to my external hard drive because that's where all my R packages are too. I am really sorry for the inconvenience. |
@SedaBekar Actually this is the error message if you try to serve the pure theme itself. And due to the fact that I have used the course folder If you just and only start Rstudio and paste below version of the upper command in the console It must work. If not send me please the output of your blogdown::new_site(dir = "~/myblog", theme = "gisma-courses/hugo-theme-minima",to_yaml = TRUE,sample = TRUE,theme_example = TRUE) The blog is expected to be located at your |
@gisma The folder "myBlog" appears in my "Dokumente" folder on my local hard drive after using the command above, however, this error message always seems to occur, no matter how I approach it: Launching the server via the command: C:/Users/Seda/AppData/Roaming/Hugo/0.89.4/hugo.exe server --bind 127.0.0.1 -p 4321 --themesDir themes -t hugo-theme-minima -D -F --navigateToChanged
Serving the directory . at http://localhost:4321
Launched the hugo server in the background (process ID: 8336). To stop it, call blogdown::stop_server() or restart the R session.
Rendering content/post/2020-12-01-r-rmarkdown/index.Rmd... Fehler in setwd(dirname(input)) : kann Arbeitsverzeichnis nicht wechseln
Ruft auf: local ... eval -> eval -> eval -> do.call -> <Anonymous> -> setwd
Ausführung angehalten
Error: Failed to render content/post/2020-12-01-r-rmarkdown/index.Rmd
In addition: Warning message:
In untar2(tarfile, files, list, exdir) :
skipping pax global extended headers Here is my sessionInfo() together with the getwd() command: > sessionInfo()
R version 4.1.2 (2021-11-01)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 7 x64 (build 7601) Service Pack 1
Matrix products: default
locale:
[1] LC_COLLATE=German_Germany.1252 LC_CTYPE=German_Germany.1252
[3] LC_MONETARY=German_Germany.1252 LC_NUMERIC=C
[5] LC_TIME=German_Germany.1252
attached base packages:
[1] stats graphics grDevices utils datasets methods base
loaded via a namespace (and not attached):
[1] Rcpp_1.0.7 bookdown_0.24 ps_1.6.0 later_1.3.0
[5] digest_0.6.28 R6_2.5.1 jsonlite_1.7.2 magrittr_2.0.1
[9] evaluate_0.14 blogdown_1.6 rlang_0.4.12 promises_1.2.0.1
[13] rstudioapi_0.13 rmarkdown_2.11 tools_4.1.1 servr_0.24
[17] processx_3.5.2 httpuv_1.6.3 xfun_0.27 yaml_2.2.1
[21] fastmap_1.1.0 compiler_4.1.1 htmltools_0.5.2 knitr_1.36
> getwd
function ()
.Internal(getwd())
<bytecode: 0x00000000092b9960>
<environment: namespace:base> Maybe the error is irrelevant because in the "Viewer" section of R, the website still seems to appear but the errors hinder me nontheless from continuing with the task. Since my laptop has very low memory left, I always use my external hard drive as a rootdirectory for everything. I also wanted to use the blogdown in the external hard drive, which starts with the letter "D". |
@SedaBekar you need to put the brackets Are you really starting the server manually? What happens if you open a blank Rstudio session and open the projekt BTW I suggest strongly that you move forward to Win10! |
@gisma My working directory is always set as "D:/R-4.1.2" when I start (except when I am using setwd() to change it myself) because I set it as an absolute path to avoid confusion when it saves the working space in .Rhistory, since I am mostly using the external drive to work on. When I start R, I manually go to my external hard drive and navigate to the folder "R-4.1.2", then the "Rstudio" folder, then "bin" and execute "rstudio.exe". Usually, if I open up R, my saved workspace from the session before loads, though I use ".rs.restartR()" to make a new session and if I open up the project, the files from the blogdown are shown in the right corner. I mostly use my tablet (Microsoft Surface Go) to work on. Windows 10 is installed there. My laptop I am exceptionally working on right now is quiet old but has a bigger RAM (8 GB). I am only using it if my tablet can't process fast enough or has no memory left to work with. I would suggest to further adress the problem on Thursday, since I am planning to go to the GIS course in person. Thanks again for the time and help! Maybe in person it could be easier to work on a solution. |
Hallo, |
@GeoKL die im Wurzelverzeichnis |
Außerdem kann ich im Git-Tab keine Dateien auswählen, um sie zu commiten. Das hatte schonmal funktioniert, aber dann ist RStudio beim commiten abgestürzt (mehrmals). Hab ich da vielleicht noch irgendwo eine falsche Einstellung? |
meine Verbindung zu github funktioniert nicht:
->>>dann gebe ich eben meine Daten ein und dann kommt folgende Fehlermeldung:
|
es muss die email adresse die bei github hinterlegt ist angegeben werden ebenfalls der github user name |
kann ich so nicht beurteilen.aber das sieht natürlich so aus als wäre das verzeichnis nicht verbunden. mein vorschlag wäre es als kopie zu bakupen und erneut von github die existierende variante aus Rstudio anzulegen. Danach Datei für Datei reinzukopieren und zu coomitten. Bei dieser Vorgehensweise kann der docs Ordner unberücksichtigt bleiben da er immer neu übersetzt wird. Es geht prinzipiell nur um den Odner Content |
@ gisma ja hab ich |
@^
|
@kokkaso please have a look at the following stackoverflow contribution. In particular the commmet of agm1984 should solve this problem. |
@GeoKL unter Windows kann das gelegentlich vorkommen (warum auch immer) Dann muss die |
Mit dem neuen Theme (gisma-courses/hugo-theme-cleanwhite-gc) erstellt sich bei mir im Website-Ordner kein "docs" Ordner mehr und der "public" Ordner erstellt sich immer wieder von neu, obwohl ich als publishDir docs eingestellt habe. Auf Github wird bei mir somit auch keine Webseite erstellt. |
Sonderbar ich pull mir das später und ein schau Mal rein. |
@gisma Trying to build site with blogdown failed. |
@gisma Ich habe nun versucht, mein blogdown ohne Ihr gisma-courses repository in hugo zu erstellen. Deshalb kann ich aber auch nicht nach gisma-courses pushen. Gibt es einen Weg, das manuell auf Ihr Verzeichnis zu schieben? |
@gisma Ich schicke Ihnen einmal mein config.yaml, denn er sagt immer mein Fehler käme in Zeile 65-66:
Ich habe die beiden problematischen Zeilennummern daneben geschrieben. Was mir seltsam vorkommt, ist vor allem Z65: Dieser Begriff title_404 erinnert mich an den Fehler in der Dokumentation, wo auch die Nummer 404 auftrat. Außerdem finde ich eine einzelne offene Klammer ohne Inhalt und ohne Klammer zu seltsam. Habe ich hier etwas nicht richtig verstanden oder nicht richtig eingegeben? |
Die Zeile |
@gisma Habe ich jetzt in dieser Weise gemacht:
Es kommt jedoch immer noch der gleiche Fehler bei den Zeilen 65 und 66: |
@gisma hängt das nicht mit der seltsamen Zeichenfolge "title_404: :(" in Zeile 65 zusammen? |
Hallo Herr Münche versuchen Sie es mal mit dem nachfolgnden yaml file. Einfach markieren und über ihres drüber kopeiren ACHTUNG ich habe es nochmal gefixt
|
Hallo Herr Reudenbach,
danke für den Vorschlag. Ich werde es morgen früh ausprobieren und
Ihnen anschließend Bescheid geben.
Gruß
J. Münch
Zitat von Chris Reudenbach ***@***.***>:
… Hallo Herr Münche versuchen Sie es mal mit dem nachfolgnden yaml
file. Einfach markieren und über ihres drüber kopeiren
```
baseurl: https://muenchj4.github.io/gi-modules/GIS_Project
publishDir: docs
title: MicroClimate Project
theme: hugo-theme-cleanwhite
ignoreFiles: ["\\.Rmd$", "\\.Rmarkdown$", "_cache$"]
taxonomies:
category: categories
tag: tags
author: authorsS
languageCode: en-us^
disqusShortname: ''
googleAnalytics: ''
preserveTaxonomyNames: yes
#paginate: 10
hasCJKLanguage: yes
outputs:
home:
- HTML
- RSS
- Algolia
params:
SEOTitle: your title
about_me: no
addtional_menus:
- href: /top/archive/
title: CONTENT
# - href: /top/about/
# title: About
algolia:
params:
- categories
- tags
vars:
- title
- summary
- date
- publishdate
- expirydate
- permalink
algolia_apiKey: ''
algolia_appId: ''
algolia_indexName: ''
algolia_search: no
ba_track_id: ''
bookmark_link:
- href: http://www.uni-marburg.de/en
title: Philipps-University Marburg
featured_condition_size: 0
featured_tags: yes
friend_link:
- href: ''
title: ''
friends: false
bookmarks: false
header_image: img/home-header.jpg
image_404: img/404-bg.jpg
keyword: muench
leancloud_app_id: ''
leancloud_app_key: ''
omit_categories: no
page_view_conter: no
reward: no
sidebar_about_description: ''
sidebar_avatar: /assets/images/authors/logo.png
slogan:
social:
email: ***@***.***
github: https://github.com/muenchj4
linkedin: no
rss: yes
stackoverflow : no
wechat: no
title_404: :(
MathJaxCDN: //cdnjs.cloudflare.com/ajax/libs
MathJaxVersion: 2.7.5
markup:
defaultMarkdownHandler: goldmark
goldmark:
extensions:
footnote: true
renderer:
unsafe: yes
tableOfContents:
startLevel: 2
endLevel: 4
outputFormats:
Algolia:
baseName: algolia
isPlainText: yes
mediaType: application/json
notAlternative: yes
```
--
Reply to this email directly or view it on GitHub:
#1 (comment)
You are receiving this because you commented.
Message ID: ***@***.***>
|
Ich habe es jetzt versucht. Zuerst kam der bekannte Fehler mit Zeile 65-55. Dann habe ich noch einmal alles mit "save" zwischengespeichert und erneut versucht eine Seite zu erstellen. Nun kam folgender Fehler: |
Academic writing made easy-your title
The blogdown package provides a fully functional blogging tool from setting up websites to editing and discussing content. It is abel to handle both markdown and R markdown content. The chosen hugo-theme-minima-gisma theme is a slightly adapted version of the hugo-theme-minima.It provides basic functionality and an incredible straightforward design.
https://gisma-courses.github.io/gi-modules/gi-modules/post/2021-11-16-making-of-academic-websites/
The text was updated successfully, but these errors were encountered: