<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chents/R, branch main</title>
<subtitle>Chemical entities as R objects (also on github)</subtitle>
<id>https://erac.jrwb.de/chents/atom?h=main</id>
<link rel='self' href='https://erac.jrwb.de/chents/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://erac.jrwb.de/chents/'/>
<updated>2026-03-13T12:53:10Z</updated>
<entry>
<title>Explain consequence of chent objects being R6 objects</title>
<updated>2026-03-13T12:53:10Z</updated>
<author>
<name>Johannes Ranke</name>
<email>johannes.ranke@jrwb.de</email>
</author>
<published>2026-03-13T12:53:10Z</published>
<link rel='alternate' type='text/html' href='https://erac.jrwb.de/chents/commit/?id=f43f7f9dec2337c8db62f0ddb167986af59a033e'/>
<id>urn:sha1:f43f7f9dec2337c8db62f0ddb167986af59a033e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Small improvements, see NEWS.md</title>
<updated>2026-03-13T12:19:36Z</updated>
<author>
<name>Johannes Ranke</name>
<email>johannes.ranke@jrwb.de</email>
</author>
<published>2026-03-13T12:19:36Z</published>
<link rel='alternate' type='text/html' href='https://erac.jrwb.de/chents/commit/?id=a5e851a5d81194bef25c3f3a32e355e5795cdde1'/>
<id>urn:sha1:a5e851a5d81194bef25c3f3a32e355e5795cdde1</id>
<content type='text'>
In the README, improve the scaling of the graphs
</content>
</entry>
<entry>
<title>Don't run examples per default</title>
<updated>2026-03-05T14:47:24Z</updated>
<author>
<name>Johannes Ranke</name>
<email>johannes.ranke@jrwb.de</email>
</author>
<published>2026-03-05T14:47:24Z</published>
<link rel='alternate' type='text/html' href='https://erac.jrwb.de/chents/commit/?id=abe52f193a71403dcb3e6e71b2f89d215652c5f0'/>
<id>urn:sha1:abe52f193a71403dcb3e6e71b2f89d215652c5f0</id>
<content type='text'>
This is because PubChem and BCPC could be unavailable, e.g.
on R-Universe or CRAN.
</content>
</entry>
<entry>
<title>Make test robust against unavailable services</title>
<updated>2026-03-05T13:32:30Z</updated>
<author>
<name>Johannes Ranke</name>
<email>johannes.ranke@jrwb.de</email>
</author>
<published>2026-03-05T13:32:30Z</published>
<link rel='alternate' type='text/html' href='https://erac.jrwb.de/chents/commit/?id=0d73256947c7c79890a5f94622f0948645ea4da7'/>
<id>urn:sha1:0d73256947c7c79890a5f94622f0948645ea4da7</id>
<content type='text'>
Test logs are without internet.
</content>
</entry>
<entry>
<title>Bump version for improved pai printing method</title>
<updated>2026-03-05T10:14:53Z</updated>
<author>
<name>Johannes Ranke</name>
<email>johannes.ranke@jrwb.de</email>
</author>
<published>2026-03-05T10:09:31Z</published>
<link rel='alternate' type='text/html' href='https://erac.jrwb.de/chents/commit/?id=4e092707e70adac492b74197e6ceef5cdd09cc8d'/>
<id>urn:sha1:4e092707e70adac492b74197e6ceef5cdd09cc8d</id>
<content type='text'>
Also, improve the example demonstrating pais not found at BCPC
</content>
</entry>
<entry>
<title>Improve pai print method, remove Travis config</title>
<updated>2026-03-05T10:01:43Z</updated>
<author>
<name>Ranke Johannes</name>
<email>johannes.ranke@agroscope.admin.ch</email>
</author>
<published>2026-03-05T10:01:43Z</published>
<link rel='alternate' type='text/html' href='https://erac.jrwb.de/chents/commit/?id=594d35837001f92dec9bda0e873ba6b7286162a0'/>
<id>urn:sha1:594d35837001f92dec9bda0e873ba6b7286162a0</id>
<content type='text'>
It seems that Travis does not show open source projects on github
any more, as it used to, so finally I am removing the Travis
configuration in this project.
</content>
</entry>
<entry>
<title>Improve messages and README</title>
<updated>2025-10-22T13:50:07Z</updated>
<author>
<name>Ranke Johannes</name>
<email>johannes.ranke@agroscope.admin.ch</email>
</author>
<published>2025-10-22T13:50:07Z</published>
<link rel='alternate' type='text/html' href='https://erac.jrwb.de/chents/commit/?id=e23bd3cfdaf3211c8ed63219e23204697108cb38'/>
<id>urn:sha1:e23bd3cfdaf3211c8ed63219e23204697108cb38</id>
<content type='text'>
Use README.rmd in order to be able to include demo code and output
in the README.
</content>
</entry>
<entry>
<title>Adapt to new SMILES names at PubChem</title>
<updated>2025-10-22T09:57:27Z</updated>
<author>
<name>Ranke Johannes</name>
<email>johannes.ranke@agroscope.admin.ch</email>
</author>
<published>2025-10-22T08:35:37Z</published>
<link rel='alternate' type='text/html' href='https://erac.jrwb.de/chents/commit/?id=adc69bd4e1543a229fbee543940f8b92fd499682'/>
<id>urn:sha1:adc69bd4e1543a229fbee543940f8b92fd499682</id>
<content type='text'>
This may break some code using the old smiles names "PubChem_Canonical"
and "PubChem_Isomeric" instead of the new smiles names "PubChem"
(including isotopic and stereochemical information) and
"PubChem_Connectivity" (only containing connectivity, but still
canonical).

Further changes in this commit:
- A fix to the test target in the makefile
- Use markdown syntax for link to objects from other packages in the
  documentation
- Adapt the tests
- Increase test coverage a bit
</content>
</entry>
<entry>
<title>Add @description tags to R6 methods</title>
<updated>2024-12-02T08:20:54Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2024-12-02T08:20:54Z</published>
<link rel='alternate' type='text/html' href='https://erac.jrwb.de/chents/commit/?id=d97e57a36e6b76def7a980fa6a06b2827df39c3e'/>
<id>urn:sha1:d97e57a36e6b76def7a980fa6a06b2827df39c3e</id>
<content type='text'>
Otherwise, the descriptions of the methods get mixed up
</content>
</entry>
<entry>
<title>Improve README and example code</title>
<updated>2024-11-28T15:56:12Z</updated>
<author>
<name>Ranke Johannes</name>
<email>johannes.ranke@agroscope.admin.ch</email>
</author>
<published>2024-11-28T15:56:12Z</published>
<link rel='alternate' type='text/html' href='https://erac.jrwb.de/chents/commit/?id=09fbf31ef6f352e76abac2a7e76838ef331edeb9'/>
<id>urn:sha1:09fbf31ef6f352e76abac2a7e76838ef331edeb9</id>
<content type='text'>
</content>
</entry>
</feed>
