From 6742ec23d380707ef875a529bf25273e9905e2d9 Mon Sep 17 00:00:00 2001 From: Riva Quiroga Date: Fri, 12 Sep 2025 11:46:39 +0100 Subject: [PATCH 1/2] update info about project in README --- README.Rmd | 5 +++-- README.md | 12 ++++++++---- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/README.Rmd b/README.Rmd index b3e2166..ae4101a 100644 --- a/README.Rmd +++ b/README.Rmd @@ -4,9 +4,10 @@ output: github_document -# Proposal +# About this project + +The aim of this package is to manage a glossary for R translation projects. The idea is based on [a proposal](https://github.com/SaranjeetKaur/isc_proposal_translations) created by Saranjeet Kaur Bhogal (@SaranjeetKaur). The project was launched during the [R Dev Day @ RSE Con25](https://warwick.ac.uk/fac/sci/statistics/news/r-dev-day-rsecon25). -This package is based on the proposal: https://github.com/SaranjeetKaur/isc_proposal_translations # glossary diff --git a/README.md b/README.md index 0a7dbd9..ff4f176 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,14 @@ -# Proposal - -This package is based on the proposal: - +# About this project + +The aim of this package is to manage a glossary for R translation +projects. The idea is based on [a +proposal](https://github.com/SaranjeetKaur/isc_proposal_translations) +created by Saranjeet Kaur Bhogal (@SaranjeetKaur). The project was +launched during the [R Dev Day @ RSE +Con25](https://warwick.ac.uk/fac/sci/statistics/news/r-dev-day-rsecon25). # glossary From fdc9e94477a7c8aaa7c2faf6859d37084efecc1c Mon Sep 17 00:00:00 2001 From: Riva Quiroga Date: Fri, 12 Sep 2025 13:51:37 +0100 Subject: [PATCH 2/2] move project description on readme --- README.Rmd | 7 +------ README.md | 18 ++++++++---------- 2 files changed, 9 insertions(+), 16 deletions(-) diff --git a/README.Rmd b/README.Rmd index ae4101a..e11be88 100644 --- a/README.Rmd +++ b/README.Rmd @@ -4,18 +4,13 @@ output: github_document -# About this project - -The aim of this package is to manage a glossary for R translation projects. The idea is based on [a proposal](https://github.com/SaranjeetKaur/isc_proposal_translations) created by Saranjeet Kaur Bhogal (@SaranjeetKaur). The project was launched during the [R Dev Day @ RSE Con25](https://warwick.ac.uk/fac/sci/statistics/news/r-dev-day-rsecon25). - - # glossary [![R-CMD-check](https://github.com/r-devel/glossary/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/r-devel/glossary/actions/workflows/R-CMD-check.yaml) -The goal of glossary is to manage a glossary for R translation projects. +The goal of this package is to manage a glossary for R translation projects. The idea is based on [a proposal](https://github.com/SaranjeetKaur/isc_proposal_translations) created by [Saranjeet Kaur Bhogal (@SaranjeetKaur)](https://github.com/SaranjeetKaur/). The project was launched during the [R Dev Day @ RSE Con25](https://warwick.ac.uk/fac/sci/statistics/news/r-dev-day-rsecon25). This is repo is currently Work in Progress. ## Installation diff --git a/README.md b/README.md index ff4f176..05f98ec 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,6 @@ -# About this project - -The aim of this package is to manage a glossary for R translation -projects. The idea is based on [a -proposal](https://github.com/SaranjeetKaur/isc_proposal_translations) -created by Saranjeet Kaur Bhogal (@SaranjeetKaur). The project was -launched during the [R Dev Day @ RSE -Con25](https://warwick.ac.uk/fac/sci/statistics/news/r-dev-day-rsecon25). - # glossary @@ -17,7 +8,14 @@ Con25](https://warwick.ac.uk/fac/sci/statistics/news/r-dev-day-rsecon25). [![R-CMD-check](https://github.com/r-devel/glossary/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/r-devel/glossary/actions/workflows/R-CMD-check.yaml) -The goal of glossary is to manage a glossary for R translation projects. +The goal of this package is to manage a glossary for R translation +projects. The idea is based on [a +proposal](https://github.com/SaranjeetKaur/isc_proposal_translations) +created by [Saranjeet Kaur Bhogal +(@SaranjeetKaur)](https://github.com/SaranjeetKaur/). The project was +launched during the [R Dev Day @ RSE +Con25](https://warwick.ac.uk/fac/sci/statistics/news/r-dev-day-rsecon25). +This is repo is currently Work in Progress. ## Installation